NRasterImageExporter<TContent> Class Members
In This Topic
The following tables list the members exposed by NRasterImageExporter<TContent>.
Public Properties
| Name | Description |
| DefaultFormatExtension | Overridden. Gets the extension of the default file format of this image exporter. Should be specified without the dot, for example "png". |
Top
Public Methods
| Name | Description |
| CopyToClipboard | Overloaded. Overridden. Copies a raster image to the clipboard. The image contains a rasterization of the document for the specified bounds and is generated with the specified dpi. |
| CreateImage | Overloaded. Exports the whole document to a raster image. |
| CreateRaster | Overloaded. Creates a raster by rendering the specified area of the document with the specified DPI. |
| SaveAsImage | Overloaded. Shows a file dialog for selecting an image file and exports the document to an image. |
| SaveToStream | Overloaded. Overridden. Exports the specified bounds of the document to an image and saves it to the given stream. |
Top
Protected Methods
| Name | Description |
| GetFileTypes | Overridden. Gets the file types supported by this image exporter. |
| rvl | Overridden. |
Top
See Also